home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Dynamic String Package
- -- VERSION : 1.1
- -- REVIEW CODE :
- -- DDN ADDRESS : cleave@dca-ems
- -- AUTHOR : R. G. Cleaveland
- -- : WIS JPMO
- -- : Washington, D.C. 20330
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 R. G. Cleaveland
- -- DATE CREATED : 18 Mar 1985
- -- DATE RELEASED : 1985
- -- DATE LAST UPDATED : R.G. Cleaveland February, 1986
- -- LOCATION : C2MUG
- -- LOCATION : ASR
- -- ENVIRONMENT : VAX 8600 / Ultrix / VERDIX
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : COMPONENTS
- -- CATEGORY LEVEL 2 : DYNAMIC STRINGS
- -- CATEGORY LEVEL 3 : Dynamic String 3
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : String
- -- INDEX : Dynamic String
- -- INDEX : String, Dynamic
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_29
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.COMPONENTS>DSTR3.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.COMPONENTS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- DSTR3.ABS 6272 128
- -- DSTR3.CMM 2068 53
- -- DSTR3.PRO 4570 90
- -- DSTR3.SRC 16707 487
- -- DSTR3.TST 7261 267
- -- =============== ========== ==========
- -- 5 Files 36878 1025
- --= ABSTRACT ===============================================--
- -- This is a package of several string manipulation functions
- -- based on a built-in dynamic string type DYN_STRING. It is an
- -- adaptation and extension of the package proposed by Sylvan Rubin of
- -- Ford Aerospace and Communications Corporation in the Nov/Dec 1984
- -- issue of the Journal of Pascal, Ada and Modula-2. Some new functions
- -- have been added, and much of the body code has been rewritten.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 03/18/85 1.0 Richard G. Cleaveland Initial Release
- -- 03/14/86 1.1 Richard G. Cleaveland Update
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-